home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / r3iavolse.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  933 b   |  43 lines

  1.  
  2. // JavaScript wrapper for r3iavolse.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IAVOLUMESELECTOR_H = 1;
  7. include("real/intact/r3iacons.js")
  8.  
  9.  
  10. var R3CLID_IAVOLUMESELECTOR = 1622;
  11.  
  12.  
  13.  
  14.  
  15. // Description: Class method for selecting points
  16. // Returns: Integer, number of points selected
  17. // p1: Object, object whose points is to be selected
  18. // p3: Object, volume object    
  19.  
  20. R3IAVOLSELCM_SELPOINTSINVOLU = 1622000;
  21.  
  22. function mR3IAVOLSELCM_SELPOINTSINVOLU(p1, p3) {
  23.   return   DoA2(this.r3obj, 1622000, p1, R3TID_OBJECT, 0, p3, R3TID_OBJECT, 0);
  24. }
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. function r3Iavolumeselector () { 
  32.    this.base = r3God;
  33.    if(arguments.length) {
  34.       this.base(R3CLID_IAVOLUMESELECTOR, arguments);
  35.    }
  36.    // Methods
  37.    this.SELPOINTSINVOLU=mR3IAVOLSELCM_SELPOINTSINVOLU;
  38.  
  39.    // Attributes
  40. }
  41.  
  42. r3Iavolumeselector.prototype=new r3Iaconstructor;
  43. // r3iavolse.h_H